@charset "utf-8";

html,body { margin: 0; padding: 0; width: 100%; }
html { height: 100%; }
body { font-size: 14px; font-family: "microsoft yahei","微软雅黑",arial,Helvetica,sans-serif; min-height: 100%; background-color: #FFF; overflow-x: hidden;}
ul,li,dl,dt,dd,ol,table,tr,td,div,p,span,a { margin: 0; padding: 0; }
a:link, a:visited { outline: none; blr: expression(this.onFocus=this.blur()); -webkit-transtion: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:link, a:hover { text-decoration: none; }
img { border: none; }
ul, li { list-style: none; }
input,textarea { outline: none; resize: none; font-family: "microsoft yahei","微软雅黑",arial,Helvetica,sans-serif; }

.clear { margin:0 !important; padding: 0; width: 0; height: 0; clear: both; }